Xbasic

Toolbar.close Method

Syntax

<toolbar>.close as V()

Description

Closes a toolbar.

Discussion

The <toolbar>.close() method closes the toolbar specified by the <toolbar> pointer.

Example

dim ptr as P
ptr = toolbar::open("MyToolbar")
? ptr
= toolbar_name = "Form View"
ptr.close()

Limitations

Desktop applications only

See Also